UInt64NINumericUInt64NDivide Method
Divides the current value by the specified value.
Namespace: Jodosoft.NumericsAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
UInt64N INumeric<UInt64N>.Divide(
UInt64N value
)
Private Function Divide (
value As UInt64N
) As UInt64N Implements INumeric(Of UInt64N).Divide
private:
virtual UInt64N Divide(
UInt64N value
) sealed = INumeric<UInt64N>::Divide
private abstract Divide :
value : UInt64N -> UInt64N
private override Divide :
value : UInt64N -> UInt64N
- value UInt64N
- The value as the divisor.
UInt64NThe result of dividing the current value by
value.
INumericTSelfDivide(TSelf)